Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
oracle.pgx.api.filter | |
oracle.pgx.common.types |
This package contains enums and helper classes identifying common Green-Marl types.
|
Modifier and Type | Method and Description |
---|---|
EntityType |
PgxCollection.getElementType()
Gets the element type.
|
EntityType |
Property.getEntityType() |
Modifier and Type | Method and Description |
---|---|
EntityType |
FilterType.getEntityType() |
Modifier and Type | Method and Description |
---|---|
static EntityType |
EntityType.parseEntityType(String input)
Parses the entity type.
|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Copyright © 2015. All rights reserved.